ASP.NET Pack Programmer's Guide
LinkLabel.PointAlongLength Method
See Also
 





Returns a point lying on a polyline that is positioned at a relative position along the polyline's length.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected PointF PointAlongLength (
    float lengthFactor,
    IList<PointF> segments
)

Visual Basic  Copy Code

Protected Function PointAlongLength( _
    lengthFactor As Single, _
    segments As IList(Of PointF) _
) As PointF

 Parameters

lengthFactor

A value from 0 to 1 specifying a portion of link's length.

segments

A list of points specifying the polyline segments.

 Return Value

A PointF instance.

 See Also

LinkLabel Members
LinkLabel Class
MindFusion.Diagramming Namespace